home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00027.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  356 b   |  18 lines

  1. on mouseDown
  2.   puppetSound("MouseDown")
  3.   set the castNum of sprite 9 to 264
  4.   updateStage()
  5.   startTimer()
  6.   repeat while the timer < 30
  7.     nothing()
  8.   end repeat
  9.   set the keyDownScript to EMPTY
  10.   go("quitScreen")
  11.   repeat with x = 7 to 9
  12.     puppetSprite(x, 0)
  13.   end repeat
  14.   repeat with x = 7 to 9
  15.     set the cursor of sprite x to 0
  16.   end repeat
  17. end
  18.